From 2992cc0bd3baee42e169ec0399f24019f82d23da Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 7 Mar 2022 21:07:25 +0000 Subject: [PATCH] s390x-se-luks-gencpio: Use interoperable path for bash On OSs that do not consistently merge /usr/bin with /bin, the path to bash has traditionally been /bin/bash. Signed-off-by: Simon McVittie Gbp-Pq: Name s390x-se-luks-gencpio-Use-interoperable-path-for-bash.patch --- src/libostree/s390x-se-luks-gencpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libostree/s390x-se-luks-gencpio b/src/libostree/s390x-se-luks-gencpio index 729aff6f..7c94a440 100755 --- a/src/libostree/s390x-se-luks-gencpio +++ b/src/libostree/s390x-se-luks-gencpio @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # This script creates new initramdisk with LUKS config within set -euo pipefail -- 2.30.2